home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 March / MAC_easy_03_08.iso / Software / Shareware / Isolator-3.3.dmg / Docs / Source Code / BlackView.h next >
Encoding:
Text File  |  2008-06-04  |  246 b   |  19 lines

  1. //
  2. //  BlackView.h
  3. //  Isolator
  4. //
  5. //  Created by Ben Willmore on 08/02/2007.
  6. //  Copyright 2007 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <AppKit/AppKit.h>
  10.  
  11. @interface BlackView : NSView
  12. {
  13.     NSColor* bgColor;
  14. }
  15.  
  16. -(void) setColor;
  17.  
  18. @end
  19.